#
# Ethernet LAN device configuration
#

menuconfig IOT
	bool "IOT driver support"
	depends on NET
	default y
	---help---
	  This section contains all the Ethernet device drivers.

if IOT




source "drivers/net/iot/mtk/Kconfig"

#source "drivers/net/iot/ti/Kconfig"

config IOT_NUM_TX_QUEUE_THRESHOLD
       int "IoT TX Queue Threshold."
       range 100 600
       default "200"
	depends on IOT && MT7682

config SUPPORT_2WAY_SPI
	tristate "2 Way SPI support"
	depends on IOT && MT7687

	---help---
	  Support for 2 Way SPI to TX & RX Ethernet packet from IoT


endif # IOT
